{% extends 'core/Vulnerable and Outdated Components/VulnerableOutdated.html' %} {% load static %}
Frameworks usually have their ways of checking and listing dependencies without users having to look for them manually. In python based frameworks, we can use the command:
pip freeze > requirements.txt
With result being:
asgiref==3.6.0
Django==4.1.6
django-appconf==1.0.5
django-compressor==4.3.1
django-crispy-forms==2.0
mysqlclient==2.1.1
rcssmin==1.1.1
rjsmin==1.2.1
sqlparse==0.4.3
tzdata==2022.7
Or .NET command:
dotnet list [PROJECT|SOLUTION] package [--config SOURCE]
Or you can opt to check them manually in your project explorer.
Now that we know how to look for dependencies, let's look at how to see if they are outdated on the next page.